DoubleArray Constructor(DateTime[])
In This Topic
Initializes a new instance of the DoubleArray class.
Syntax
'Declaration
Public Function New( _
ByVal () As Date _
)
public DoubleArray(
DateTime[]
)
Parameters
- data
- Specifies the date time data for the array.
See Also